PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableStringCellOverflowMode Enumeration
In This Topic
    PDFFlowTableStringCellOverflowMode Enumeration
    In This Topic
    Defines the overflow options for single line string cells.
    Members
    MemberDescription
    ABSOLUTE_OVERFLOWContent overflows in the adjacent cells overriding their content.
    NO_OVERFLOWContent is cut at cell bounds.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.flowdocument.PDFFlowTableStringCellOverflowMode

    See Also